File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2121 * When neither is provided, the script runs in log-only mode.
2222 */
2323
24- import { ConstraintSystemSummary } from '../provable/core/provable-context.js' ;
25- import minimist from 'minimist' ;
2624import fs from 'fs' ;
25+ import minimist from 'minimist' ;
2726import path from 'path' ;
27+ import { ConstraintSystemSummary } from '../provable/core/provable-context.js' ;
2828
29- export { Performance , PerfRegressionEntry } ;
29+ export { PerfRegressionEntry , Performance } ;
3030
3131type MethodsInfo = Record <
3232 string ,
Original file line number Diff line number Diff line change 1616
1717import fs from 'fs' ;
1818import path from 'path' ;
19- import { Voting_ } from '../../src/examples/zkapps/voting/voting.js' ;
20- import { Membership_ } from '../../src/examples/zkapps/voting/membership.js' ;
21- import { HelloWorld } from '../../src/examples/zkapps/hello-world/hello-world.js' ;
2219import { TokenContract , createDex } from '../../src/examples/zkapps/dex/dex.js' ;
20+ import { HelloWorld } from '../../src/examples/zkapps/hello-world/hello-world.js' ;
21+ import { Membership_ } from '../../src/examples/zkapps/voting/membership.js' ;
22+ import { Voting_ } from '../../src/examples/zkapps/voting/voting.js' ;
23+ import { PerfRegressionEntry } from '../../src/lib/testing/perf-regression.js' ;
24+ import { tic , toc } from '../../src/lib/util/tic-toc.js' ;
2325import {
24- GroupCS ,
25- BitwiseCS ,
26- HashCS ,
2726 BasicCS ,
27+ BitwiseCS ,
2828 CryptoCS ,
29+ GroupCS ,
30+ HashCS ,
2931} from '../vk-regression/plain-constraint-system.js' ;
30- import { tic , toc } from '../../src/lib/util/tic-toc.js' ;
31- import { PerfRegressionEntry } from '../../src/lib/testing/perf-regression.js' ;
3232
3333// toggle to override caches
3434const forceRecompile = false ;
You can’t perform that action at this time.
0 commit comments