benchmark without NBS rebase

This commit is contained in:
Andy Arthur
2021-11-12 15:25:55 -08:00
parent c6a18bb4ed
commit a8677bb5ad

View File

@@ -1154,7 +1154,8 @@ func (ddb *DoltDB) DeleteWorkspace(ctx context.Context, workRef ref.DoltRef) err
// Rebase rebases the underlying db from disk, re-loading the manifest. Useful when another process might have made
// changes to the database we need to read.
func (ddb *DoltDB) Rebase(ctx context.Context) error {
return ddb.db.Rebase(ctx)
//return ddb.db.Rebase(ctx)
return nil
}
// GC performs garbage collection on this ddb. Values passed in |uncommitedVals| will be temporarily saved during gc.