Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why Total epochs = 0 ? #22

Open
Taya666 opened this issue Mar 4, 2020 · 2 comments
Open

Why Total epochs = 0 ? #22

Taya666 opened this issue Mar 4, 2020 · 2 comments

Comments

@Taya666
Copy link

Taya666 commented Mar 4, 2020

Hi !
I'm so interested in WHISPER and I'm trying to use it to get some data. But , I met a problem which result show me that Total epochs = 0. I have run workload ycsb,tpcc,echo,ctree,hashmap but the "Total epochs" were same equal to 0.

./run_ctree.sh --large

failed to enable tracing. err = -1
failed to enable tracing. err = -1
map_insert [1]
total-avg;ops-per-second;total-max;total-min;total-median;total-std-dev;latency-avg;latency-min;latency-max;latency-std-dev;threads;ops-per-thread;data-size;seed;repeats;type;seed;max-key;external-tx;alloc
9.650114;42445.094375;9.795035;9.245629;9.730136;0.180283;94239;10166;69384688;762814.784899;4;102400;128;0;2;ctree;1056768001;0;false;false
TOTAL EPOCH COUNT : 0, RUNTIME : 24834486 us
exiting main.

@swapnilh
Copy link
Owner

swapnilh commented Mar 4, 2020 via email

@AbhishekUoR
Copy link

When ran with Sudo mode:
sudo ./script.py -r -w ctree -z small

./run_ctree.sh --small

tracing enabled.
tracing enabled.
map_insert [1]
total-avg;ops-per-second;total-max;total-min;total-median;total-std-dev;latency-avg;latency-min;latency-max;latency-std-dev;threads;ops-per-thread;data-size;seed;repeats;type;seed;max-key;external-tx;alloc
0.308386;6641.037924;0.412561;0.204211;0.412561;0.104175;301157;152985;187365651;3859480.000000;2;1024;128;0;1;ctree;2385006593;0;false;false
TOTAL EPOCH COUNT : 0, RUNTIME : 1952228 us
exiting main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants