Skip to content

Commit

Permalink
More data
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens committed Jan 14, 2025
1 parent 29eac3c commit 700e949
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plotting/ceno.data
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
887 ceno 13.06
900 ceno 13.61
929 ceno 13.69
950 ceno
950 ceno 13.76
960 ceno 13.84
1087 ceno 14.22
1158 ceno 14.2
Expand Down
1 change: 1 addition & 0 deletions plotting/sp1.data
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
887 sp1 11.97
900 sp1 11.68
929 sp1 12.02
950 sp1
960 sp1 13.32
1087 sp1 13.45
1158 sp1 13.89
Expand Down
Binary file modified plotting/sp1_ceno_scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Command being timed: "cargo run --package=ceno_zkvm --bin=e2e --profile=release -- --hints=/home/matthias/scroll/prog/zkVM-benchmarks/sorting-output/950-2025-01-14T14:46:00,120241858+00:00/ceno/hints /home/matthias/scroll/prog/zkVM-benchmarks/ceno/examples/target/riscv32im-ceno-zkvm-elf/release/examples/sorting"
User time (seconds): 274.60
System time (seconds): 26.30
Percent of CPU this job got: 2186%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:13.76
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 1611720
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 0
Minor (reclaiming a frame) page faults: 1128642
Voluntary context switches: 630475
Involuntary context switches: 101896
Swaps: 0
File system inputs: 0
File system outputs: 32
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0
29 changes: 29 additions & 0 deletions sorting-output/950-2025-01-14T14:46:14,536528989+00:00/sp1/log
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
2025-01-14T14:46:15.888563Z  WARN SP1_PROVER environment variable not set, defaulting to 'cpu'
2025-01-14T14:46:16.357072Z  INFO vk verification: true
n: 950
2025-01-14T14:46:18.692461Z  INFO prove_core: clk = 0 pc = 0x200d04
stdout: WARNING: Using insecure random number generator.
2025-01-14T14:46:18.706373Z  INFO prove_core: clk = 0 pc = 0x200d04
stdout: WARNING: Using insecure random number generator.
2025-01-14T14:46:18.762784Z  INFO prove_core: deferred 0 records
2025-01-14T14:46:18.800186Z  INFO prove_core: Shard Lifted: Index=1, Cluster=2438
2025-01-14T14:46:18.800210Z  INFO prove_core: Chip Cpu: 19 -> 19
2025-01-14T14:46:18.800213Z  INFO prove_core: Chip DivRem: 2 -> 16
2025-01-14T14:46:18.800214Z  INFO prove_core: Chip AddSub: 18 -> 18
2025-01-14T14:46:18.800216Z  INFO prove_core: Chip Bitwise: 15 -> 17
2025-01-14T14:46:18.800218Z  INFO prove_core: Chip Mul: 8 -> 16
2025-01-14T14:46:18.800219Z  INFO prove_core: Chip ShiftRight: 14 -> 16
2025-01-14T14:46:18.800220Z  INFO prove_core: Chip ShiftLeft: 15 -> 16
2025-01-14T14:46:18.800222Z  INFO prove_core: Chip Lt: 16 -> 16
2025-01-14T14:46:18.800223Z  INFO prove_core: Chip MemoryLocal: 10 -> 16
2025-01-14T14:46:18.800224Z  INFO prove_core: Chip MemoryInstrs: 17 -> 17
2025-01-14T14:46:18.800225Z  INFO prove_core: Chip Auipc: 9 -> 16
2025-01-14T14:46:18.800227Z  INFO prove_core: Chip Branch: 15 -> 16
2025-01-14T14:46:18.800228Z  INFO prove_core: Chip Jump: 12 -> 16
2025-01-14T14:46:18.800229Z  INFO prove_core: Chip Global: 13 -> 18
2025-01-14T14:46:18.800230Z  INFO prove_core: Chip SyscallCore: 5 -> 16
2025-01-14T14:46:18.800231Z  INFO prove_core: Chip SyscallInstrs: 5 -> 16
2025-01-14T14:46:18.800233Z  INFO prove_core: Chip MemoryGlobalInit: 12 -> 17
2025-01-14T14:46:18.800234Z  INFO prove_core: Chip MemoryGlobalFinalize: 15 -> 17
2025-01-14T14:46:18.800235Z  INFO prove_core: Chip Global: 15 -> 18
2025-01-14T14:46:18.858620Z  INFO prove_core:generate main traces: close time.busy=58.3ms time.idle=1.97µs index=0
Empty file.
7 changes: 7 additions & 0 deletions update
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -euo pipefail

nice ./plotting/plot 2>/dev/null
nice git add sorting-output/ plotting/
nice git commit -m "More data"
nice git push origin

0 comments on commit 700e949

Please sign in to comment.