mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 14:15:46 +00:00
fa4cbe484495fa664bd68bec82bb39d8981e6755
Our normal test directory may not be good enough for performance testing. The reason is, that while our git tree with its relative path will usually be sitting in a standard ext4 filesystem, we want the performance tests to be run against XFS, which is our deployment target. It is a lot easier to point the perf test to an already mounted xfs directory, than to meddle with mounts into the codebase's relative path for this alone. Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>
#Urchin
##Building Urchin
In addition to required packages by Seastar, the following packages are required by Urchin.
Submodules
Urchin uses submodules, so make sure you pull the submodules first by doing:
git submodule init
git submodule update
Building urchin on Fedora
Installing required packages:
sudo yum install yaml-cpp-devel lz4-devel zlib-devel snappy-devel jsoncpp-devel
Building urchin on Ubuntu 14.04
Installing required packages:
sudo apt-get install libyaml-cpp-dev liblz4-dev zlib1g-dev libsnappy-dev libjsoncpp-dev
Description
Languages
C++
72.6%
Python
26.1%
CMake
0.4%
GAP
0.3%
Shell
0.3%