ccmoony commited on
Commit
3bf77d4
·
verified ·
1 Parent(s): b36205c

fix: recompute counts from actual edits array (129, not 132)

Browse files
Files changed (1) hide show
  1. benchmark_manifest.json +5 -5
benchmark_manifest.json CHANGED
@@ -42,21 +42,21 @@
42
  "counts": {
43
  "scenes": 20,
44
  "sources": 20,
45
- "edits": 132,
46
  "by_property": {
47
  "friction": 21,
48
  "initial_velocity": 26,
49
  "mass": 32,
50
- "presence": 40,
51
  "restitution": 13
52
  },
53
  "by_kind": {
54
  "SET": 92,
55
- "DELETE": 33,
56
  "ADD": 7
57
  },
58
  "by_timing": {
59
- "partway": 15,
60
  "whole_clip": 117
61
  }
62
  },
@@ -6277,4 +6277,4 @@
6277
  "thumbnail": "thumbnails/twin_ramp_collision/edit_remove_purple_ball_after_impact.jpg"
6278
  }
6279
  ]
6280
- }
 
42
  "counts": {
43
  "scenes": 20,
44
  "sources": 20,
45
+ "edits": 129,
46
  "by_property": {
47
  "friction": 21,
48
  "initial_velocity": 26,
49
  "mass": 32,
50
+ "presence": 37,
51
  "restitution": 13
52
  },
53
  "by_kind": {
54
  "SET": 92,
55
+ "DELETE": 30,
56
  "ADD": 7
57
  },
58
  "by_timing": {
59
+ "partway": 12,
60
  "whole_clip": 117
61
  }
62
  },
 
6277
  "thumbnail": "thumbnails/twin_ramp_collision/edit_remove_purple_ball_after_impact.jpg"
6278
  }
6279
  ]
6280
+ }