Giter VIP home page Giter VIP logo

lebench's People

Contributors

3276334170 avatar gindachen avatar linuxperfstudy avatar sj-aws avatar sjp38 avatar wisc-landherr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lebench's Issues

Small error in the path name?

I think the intention of the following two lines is to concat the two paths and make the test directory like <home>/<sock>

LEBench/TEST_DIR/OS_Eval.c

Lines 905 to 906 in c0663d1

strncpy(server_addr.sun_path, home, sizeof(server_addr.sun_path) - 1);
strncpy(server_addr.sun_path, sock, sizeof(server_addr.sun_path) - 1);

Should this be instead:

strncpy(server_addr.sun_path, home, sizeof(server_addr.sun_path) - 1); 	
strncat(server_addr.sun_path, sock, sizeof(server_addr.sun_path) - 1);

since we want to concat the paths, instead of overwriting the path?

Thanks! Love the paper and really appreciate the enourmous amount of work you guys needed to do for that!

No results , core dump

Hi,
I tried this repo by the following steps in README.md

However it showed up as:

wenhui@wenhui:~/Desktop/LEBench$ sudo python run.py 
[sudo] password for wenhui: 
[DEBUG] Running at kernel index: 2
[DEBUG] Done writing kernel index 3 for the next iteration.
[INFO] --------------------------------------------------
[INFO]              Starting LEBench tests
[INFO]              Current time: 13:24:37.205614
[INFO] current kernel version: 5.0.0-32-generic.
[INFO] Preparing to run test OS_Eval.
[INFO] Compiling test OS_Eval.c.
make: Entering directory '/home/wenhui/Desktop/LEBench/TEST_DIR'
gcc -o OS_Eval -pthread -O0 OS_Eval.c 
make: Leaving directory '/home/wenhui/Desktop/LEBench/TEST_DIR'
[INFO] Running test with command: /home/wenhui/Desktop/LEBench//TEST_DIR/OS_Eval 0 5.0.0-32-generic
[INFO]              Finished running test OS_Eval, test returned -11, log written to: /home/wenhui/Desktop/LEBench//RESULT_DIR/5.0.0-32-generic.
[INFO]              Current time: 13:24:37.615421
[DEBUG] Preparing to modify grub.
[INFO] LEBench run concluded, finished testing on 3 kernels.
wenhui@wenhui:~/Desktop/LEBench$ ls
get_kern.py  grub       LEBench.out  RESULT_DIR  template
graphs       kern_list  README.md    run.py      TEST_DIR
wenhui@wenhui:~/Desktop/LEBench$ cd TEST_DIR/
wenhui@wenhui:~/Desktop/LEBench/TEST_DIR$ ls
makefile  OS_Eval  OS_Eval.c
wenhui@wenhui:~/Desktop/LEBench/TEST_DIR$ ./OS_Eval 
Invalid arguments, gave 1 not 3wenhui@wenhui:~/Desktop/LEBench/TEST_DIR$ 
wenhui@wenhui:~/Desktop/LEBench/TEST_DIR$ ls
makefile  OS_Eval  OS_Eval.c
wenhui@wenhui:~/Desktop/LEBench/TEST_DIR$ make
gcc -o OS_Eval -pthread -O0 OS_Eval.c 
wenhui@wenhui:~/Desktop/LEBench/TEST_DIR$ /home/wenhui/Desktop/LEBench//TEST_DIR/OS_Eval 0 5.0.0-32-generic
Segmentation fault (core dumped)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.