GithubHelp home page GithubHelp logo

kasimebrahim / benchmark Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opencog/benchmark

0.0 1.0 0.0 556 KB

Tools for benchmarking the AtomSpace, the pattern matcher and other various OpenCog processes

License: GNU Affero General Public License v3.0

CMake 20.41% C++ 62.55% Python 16.57% Scheme 0.47%

benchmark's Introduction

Benchmark

Collection of tools and data to benchmark the AtomSpace, the pattern matcher and other OpenCog processes.

Organization

For now all benchmarks across the various OpenCog repositories will be centralized here, with the folder names (under that root folder) equal to names of the repositories being benchmarked. As well as likely some common tools placed under some common folder.

Prerequisites

Google Benchmarks

Google Benchmark is a library supporting C++ benchmarks writing. Use following commands to build and install it:

    git clone https://github.com/google/benchmark.git google-benchmark
    mkdir google-benchmark/build
    cd google-benchmark/build
    cmake -DCMAKE_BUILD_TYPE=Release -DBENCHMARK_ENABLE_GTEST_TESTS=OFF ..
    make
    sudo make install

Building Benchmarks

Perform the following steps at the shell prompt:

    cd to project root dir
    mkdir build
    cd build
    cmake ..
    make

benchmark's People

Contributors

amebel avatar edguy3 avatar ferrouswheel avatar inflector avatar linas avatar misgeatgit avatar ngeiswei avatar vsbogd avatar

Watchers

 avatar

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.