Code Monkey home page Code Monkey logo

quicktest's Introduction

Hi! I am Luis Miguel Báez: 👋

I am a Systems and Computer Engineer at UNAL. I am also passionate about computer problem solving and competitive programming that I have been active in for the last 2.5 years.

📬 Get in touch

Languages and Technologies

  • Programming Languages

    • C++ (Intermediate)
    • Javascript/TypeScript - Node.js (Intermediate)
    • Rust (Intermediate)
    • Python (Intermediate)
    • Java (Intermediate)
  • Technologies

    • Git (Intermediate)
    • Unix (Intermediate)
    • SQL (Intermediate)
    • Docker (Intermediate)
    • Kubernetes/OpenShift (Basic)

GitHub Stats

My GitHub stats Top Langs

quicktest's People

Contributors

dependabot[bot] avatar lmbaeza avatar luchobazz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

lmbaeza

quicktest's Issues

.memory_limit method not found on Mac OS v1.0.0

QuickTest Version

$ quicktest --version

quicktest 1.0.0
CLI for stress testing in competitive programming contest

Error:

error[E0599]: no method named `memory_limit` found for struct `process_control::control::OutputControl` in the current scope
  --> src/runner/cmd.rs:66:14
   |
66 |             .memory_limit(memory_limit as usize * memory_factor_needed) // bytes
   |              ^^^^^^^^^^^^ method not found in `process_control::control::OutputControl`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `quicktest` due to previous error

issue: default values in the `quicktest setup [cpp | python] --help` command is not working

$  quicktest setup cpp --help
quicktest-setup-cpp 0.7.0
Subcommand that allows to change C++ settings

USAGE:
    quicktest setup cpp [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
-        --flags <flags>          Change build command flags arguments in C++ [default: ]
-        --program <program>      Change the program argument of the compile command in C++ [default: ]
-        --standard <standard>    Change the standard argument of the compile command in C++ [default: ]

issue: No such file or directory

quicktest --version

[email protected]

thread 'main' panicked at 'Unable to open file: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /home/sorkierkegaard/.cargo/registry/src/github.com-1ecc6299db9ec823/quicktest-0.9.0/src/config/load_config.rs:39:71
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

enhancement: Proposal to add setup command

to change the default values of compiling and running python and c ++

quicktest setup cpp --program=g++ --standard=-std=c++20
quicktest setup python --program=python3

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.