76
76
77
77
- name : Compare gates reports
78
78
id : gates_diff
79
- uses : noir-lang/noir-gates-diff@60c57a6e3b67bf1553a5774ded82920150f2210e
79
+ uses : noir-lang/noir-gates-diff@7e4ddaa91c69380f15ccba514eac17bc7432a8cc
80
80
with :
81
81
report : gates_report.json
82
82
summaryQuantile : 0.9 # only display the 10% most significant circuit size diffs in the summary (defaults to 20%)
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
- name : Compare Brillig bytecode size reports
123
123
id : brillig_bytecode_diff
124
- uses : noir-lang/noir-gates-diff@60c57a6e3b67bf1553a5774ded82920150f2210e
124
+ uses : noir-lang/noir-gates-diff@7e4ddaa91c69380f15ccba514eac17bc7432a8cc
125
125
with :
126
126
report : gates_report_brillig.json
127
127
header : |
@@ -333,13 +333,6 @@ jobs:
333
333
test_programs/execution_report.sh
334
334
test_programs/parse_time.sh
335
335
sparse-checkout-cone-mode : false
336
-
337
- - uses : actions/checkout@v4
338
- with :
339
- path : scripts
340
- sparse-checkout : |
341
- test_programs/execution_report.sh
342
- sparse-checkout-cone-mode : false
343
336
344
337
- name : Checkout
345
338
uses : actions/checkout@v4
@@ -357,123 +350,6 @@ jobs:
357
350
chmod +x parse_time.sh
358
351
cp /home/runner/work/noir/noir/scripts/test_programs/parse_time.sh ./parse_time.sh
359
352
./compilation_report.sh 1
360
-
361
- - name : Generate execution report
362
- working-directory : ./test-repo/${{ matrix.project.path }}
363
- if : ${{ !matrix.project.is_library }}
364
- run : |
365
- mv /home/runner/work/noir/noir/scripts/test_programs/execution_report.sh ./execution_report.sh
366
- ./execution_report.sh 1
367
-
368
- - name : Generate compilation report with averages
369
- working-directory : ./test-repo/${{ matrix.project.path }}
370
- if : ${{ matrix.project.take_average }}
371
- run : |
372
- mv /home/runner/work/noir/noir/scripts/test_programs/compilation_report.sh ./compilation_report.sh
373
- chmod +x ./compilation_report.sh
374
- ./compilation_report.sh 1 1
375
-
376
- - name : Generate execution report without averages
377
- working-directory : ./test-repo/${{ matrix.project.path }}
378
- if : ${{ !matrix.project.is_library && !matrix.project.take_average }}
379
- run : |
380
- mv /home/runner/work/noir/noir/scripts/test_programs/execution_report.sh ./execution_report.sh
381
- ./execution_report.sh 1
382
-
383
- - name : Generate execution report with averages
384
- working-directory : ./test-repo/${{ matrix.project.path }}
385
- if : ${{ !matrix.project.is_library && matrix.project.take_average }}
386
- run : |
387
- mv /home/runner/work/noir/noir/scripts/test_programs/execution_report.sh ./execution_report.sh
388
- ./execution_report.sh 1 1
389
-
390
- - name : Generate compilation report with averages
391
- working-directory : ./test-repo/${{ matrix.project.path }}
392
- if : ${{ matrix.project.take_average }}
393
- run : |
394
- mv /home/runner/work/noir/noir/scripts/test_programs/compilation_report.sh ./compilation_report.sh
395
- chmod +x ./compilation_report.sh
396
- ./compilation_report.sh 1 1
397
-
398
- - name : Generate execution report without averages
399
- working-directory : ./test-repo/${{ matrix.project.path }}
400
- if : ${{ !matrix.project.is_library && !matrix.project.take_average }}
401
- run : |
402
- mv /home/runner/work/noir/noir/scripts/test_programs/execution_report.sh ./execution_report.sh
403
- ./execution_report.sh 1
404
-
405
- - name : Generate execution report with averages
406
- working-directory : ./test-repo/${{ matrix.project.path }}
407
- if : ${{ !matrix.project.is_library && matrix.project.take_average }}
408
- run : |
409
- mv /home/runner/work/noir/noir/scripts/test_programs/execution_report.sh ./execution_report.sh
410
- ./execution_report.sh 1 1
411
-
412
- - name : Generate compilation report with averages
413
- working-directory : ./test-repo/${{ matrix.project.path }}
414
- if : ${{ matrix.project.take_average }}
415
- run : |
416
- mv /home/runner/work/noir/noir/scripts/test_programs/compilation_report.sh ./compilation_report.sh
417
- chmod +x ./compilation_report.sh
418
- ./compilation_report.sh 1 1
419
-
420
- - name : Generate execution report without averages
421
- working-directory : ./test-repo/${{ matrix.project.path }}
422
- if : ${{ !matrix.project.is_library && !matrix.project.take_average }}
423
- run : |
424
- mv /home/runner/work/noir/noir/scripts/test_programs/execution_report.sh ./execution_report.sh
425
- ./execution_report.sh 1
426
-
427
- - name : Generate execution report with averages
428
- working-directory : ./test-repo/${{ matrix.project.path }}
429
- if : ${{ !matrix.project.is_library && matrix.project.take_average }}
430
- run : |
431
- mv /home/runner/work/noir/noir/scripts/test_programs/execution_report.sh ./execution_report.sh
432
- ./execution_report.sh 1 1
433
-
434
- - name : Generate compilation report with averages
435
- working-directory : ./test-repo/${{ matrix.project.path }}
436
- if : ${{ matrix.project.take_average }}
437
- run : |
438
- mv /home/runner/work/noir/noir/scripts/test_programs/compilation_report.sh ./compilation_report.sh
439
- chmod +x ./compilation_report.sh
440
- ./compilation_report.sh 1 1
441
-
442
- - name : Generate execution report without averages
443
- working-directory : ./test-repo/${{ matrix.project.path }}
444
- if : ${{ !matrix.project.is_library && !matrix.project.take_average }}
445
- run : |
446
- mv /home/runner/work/noir/noir/scripts/test_programs/execution_report.sh ./execution_report.sh
447
- ./execution_report.sh 1
448
-
449
- - name : Generate execution report with averages
450
- working-directory : ./test-repo/${{ matrix.project.path }}
451
- if : ${{ !matrix.project.is_library && matrix.project.take_average }}
452
- run : |
453
- mv /home/runner/work/noir/noir/scripts/test_programs/execution_report.sh ./execution_report.sh
454
- ./execution_report.sh 1 1
455
-
456
- - name : Generate compilation report with averages
457
- working-directory : ./test-repo/${{ matrix.project.path }}
458
- if : ${{ matrix.project.take_average }}
459
- run : |
460
- mv /home/runner/work/noir/noir/scripts/test_programs/compilation_report.sh ./compilation_report.sh
461
- chmod +x ./compilation_report.sh
462
- ./compilation_report.sh 1 1
463
-
464
- - name : Generate execution report without averages
465
- working-directory : ./test-repo/${{ matrix.project.path }}
466
- if : ${{ !matrix.project.is_library && !matrix.project.take_average }}
467
- run : |
468
- mv /home/runner/work/noir/noir/scripts/test_programs/execution_report.sh ./execution_report.sh
469
- ./execution_report.sh 1
470
-
471
- - name : Generate execution report with averages
472
- working-directory : ./test-repo/${{ matrix.project.path }}
473
- if : ${{ !matrix.project.is_library && matrix.project.take_average }}
474
- run : |
475
- mv /home/runner/work/noir/noir/scripts/test_programs/execution_report.sh ./execution_report.sh
476
- ./execution_report.sh 1 1
477
353
478
354
- name : Generate compilation report with averages
479
355
working-directory : ./test-repo/${{ matrix.project.path }}
0 commit comments